home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / Makefile.bigcmd < prev    next >
Encoding:
Makefile  |  1992-06-10  |  751 b   |  39 lines

  1. #
  2. # Prototype Makefile for a subdirectory that forms part of a command.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from @(TEMPLATE)
  8. # @(DATE)
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmd,v 1.7 92/06/10 13:04:46 jhh Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = @(ALLSRCS)
  17. MACHINES    = @(MACHINES)
  18. MAKEFILE    = @(MAKEFILE)
  19. NAME        = @(NAME)
  20. SYSMAKEFILE    = bigcmd.mk
  21. TYPE        = @(TYPE)
  22. DISTDIR        ?= @(DISTDIR)
  23. #include    <settm.mk>
  24.  
  25.  
  26. #if exists($(TM).md/md.mk)
  27. #include    "$(TM).md/md.mk"
  28. #endif
  29.  
  30. #if exists(local.mk)
  31. #include     "local.mk"
  32. #else
  33. #include    <$(SYSMAKEFILE)>
  34. #endif
  35.  
  36. #if exists($(DEPFILE))
  37. #include    "$(DEPFILE)"
  38. #endif
  39.